Skip to content

Conversation

@jzempel
Copy link
Member

@jzempel jzempel commented Feb 26, 2024

Description

Adds the Storybook background tool from #1673.

Detail

...also picks up the improved (corrected) theme prop type from the POC.

@jzempel jzempel requested a review from a team as a code owner February 26, 2024 20:41

module.exports = {
stories: ['../packages/*/demo/**/*.stories.@(js|jsx|ts|tsx|mdx)'],
stories: [`../packages/${process.env.PACKAGE || '*'}/demo/**/*.stories.@(js|jsx|ts|tsx|mdx)`],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

provides an efficiency mechanism for focused package development, i.e. PACKAGE=accordions npm start only compiles accordions stories.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯 the update we needed

@coveralls
Copy link

Coverage Status

coverage: 96.012%. remained the same
when pulling 8820b9e on jzempel/dark-storybook
into 33b8e16 on next.

@jzempel jzempel merged commit 73b124d into next Feb 27, 2024
@jzempel jzempel deleted the jzempel/dark-storybook branch February 27, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants